Skip to main content

All Questions

0votes
0answers
68views

Convert sciBERT to GGUF

I want to use the SciBERT weights in Ollama. Ollama accepts GGUF format, whereas SciBERT is in another format. I downloaded SciBERT from this huggingface link. I tried to convert it with llama.cpp ...
Igor Popov's user avatar
1vote
1answer
102views

How to implement or avoid masking for transformer?

When it comes to using Transformers for image captioning is there any reason to use masking? I currently have a resnet101 encoder and am trying to use the features as the input for a transformer model ...
Gibbo0789's user avatar

close